:root {
  /* Colors */
  --color-royal-violet: #2f115b;
  --gradient-royal-violet: linear-gradient(90deg, #3b1572 0%, #1a0d3f 100%);
  --color-midnight-plum: #1a0d3f;
  --color-iris: #3b1572;
  --color-slate-mute: #5e5777;
  --color-ember-orange: #ff4b11;
  --color-white: #ffffff;
  --color-cream-wash: #fff2e8;
  --color-peach-blush: #ffdacf;

  /* Typography — Font Families */
  --font-dm-serif-display: 'DM Serif Display', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --font-manrope: 'Manrope', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Typography — Scale */
  --text-caption: 14px;
  --leading-caption: 20;
  --tracking-caption: 5.25px;
  --text-body: 16px;
  --leading-body: 26;
  --text-subheading: 18px;
  --leading-subheading: 28;
  --text-heading-sm: 22px;
  --leading-heading-sm: 34;
  --text-heading: 24px;
  --leading-heading: 32;
  --text-heading-lg: 40px;
  --leading-heading-lg: 48;
  --text-display: 66px;
  --leading-display: 76;

  /* Typography — Weights */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  /* Spacing */
  --spacing-unit: 4px;
  --spacing-8: 8px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-20: 20px;
  --spacing-24: 24px;
  --spacing-32: 32px;
  --spacing-40: 40px;
  --spacing-48: 48px;
  --spacing-60: 60px;
  --spacing-64: 64px;
  --spacing-84: 84px;
  --spacing-96: 96px;
  --spacing-100: 100px;
  --spacing-152: 152px;

  /* Layout */
  --page-max-width: 1200px;
  --section-gap: 80px;
  --card-padding: 20px;
  --element-gap: 20px;

  /* Border Radius */
  --radius-lg: 10px;
  --radius-2xl: 16px;
  --radius-full: 68px;

  /* Named Radii */
  --radius-cards: 16px;
  --radius-links: 10px;
  --radius-badges: 10px;
  --radius-buttons: 68px;

  /* Shadows */
  --shadow-xl: rgba(0, 0, 0, 0.1) 0px 12px 30px 0px;

  /* Surfaces */
  --surface-page-canvas: #ffffff;
  --surface-warm-wash: #fff2e8;
  --surface-card-surface: #ffffff;
  --surface-soft-tint: #ffdacf;
  --surface-action-fill: #2f115b;
}
